home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-08-12 | 1.9 KB | 78 lines | [UVtx/UVtl] |
- nana = "na na"
- // nana = 14
-
- about_DefPict()
- about_MoveLM()
-
-
-
- ///////////////////////////////////////////////////////
- Function about_MoveLM(w,s)
- Up
- Goto -width()/2, height()/2-30,-90
- Down
- Pen picture="about_LogoMation0", end="no",trail="yes", speed=650
- Circle 150
- If (nana > 0)
- Repeat nana
- Sound "Pop",nowait
- Else
- Sound nana,nowait
- Forward 340
- Sound "", wait
- Sound "Wild Eep", nowait
- Pen picture="about_LogoMation1", end="yes",trail="no",speed=60
- Forward 40
- Sound "", wait
- Sound "Quack", nowait
- Up
- X = x()+165
- Y = y()+10
- Goto -width()/2,-100,0
- Down
- Pen picture="about_Copyright",speed=650
- Goto X,Y,0
- Up
- Sound "Indigo"
- Goto x()-350,y()-100,0
- Color 0,0,0
- Print "LogoMation 0.3ß, Copyright © 1992 Yuval and Chuck Shavit"
-
-
- ///////////////////////////////////////////////////////
- Function about_pLM(n, r1,g1,b1, r2,g2,b2)
- Picture "about_LogoMation" . n
- Pen fontname="Helvetica", fontsize=40
- //Color r1,g1,b1
- Print "L", move
- Pen fontsize=40
- Print "o", move
- Pen fontsize=30
- Print "g", move
- Pen fontsize=20
- Print "o", move
- Pen fontname="Times", fontsize=40, fontstyle="Italic"
- //Color r2,g2,b2
- Print "M", move
- Pen fontsize=40
- Print "a", move
- Pen fontsize=35
- Print "t", move
- Pen fontsize=30
- Print "i", move
- Pen fontsize=25
- Print "o", move
- Pen fontsize=20
- Print "n", move
-
- ///////////////////////////////////////////////////////
-
- Function about_DefPict()
- Picture "about_Copyright"
- Pen fontname="Times", fontsize=15, fontstyle="Italic"
- //Color 65535,26228,7080
- Print "©"
- about_pLM(0, 53918,53740,61439, 6566,52322,57343)
- about_pLM(1, 25465,6798,65535, 10767,46331,65535)
-
-